home *** CD-ROM | disk | FTP | other *** search
- /*
- * DSPLY.H -- Header for Graph display module
- *
- * Copyright (C) 1992, 1993, 1994 by Alef Null. All rights reserved.
- * Author(s): J Vuori
- *
- * Modification(s):
- */
-
-
- int InitDisplay(int n, char *logo[]);
- void PlotStart(double min, double max);
- void PlotLine(int x, double yy);
- void PlotCircle(int x, double yy);
- void ReleaseDisplay(void);
-